Skip to content

Use Artifactory to obtain Docker images#1794

Merged
eramongodb merged 1 commit intomongodb:masterfrom
eramongodb:cdriver-docker
Nov 18, 2024
Merged

Use Artifactory to obtain Docker images#1794
eramongodb merged 1 commit intomongodb:masterfrom
eramongodb:cdriver-docker

Conversation

@eramongodb
Copy link
Copy Markdown
Contributor

Verified by this patch.

Appends a docker login command prior to Earthly/Docker commands and uses the custom Earthly buildkit image in tools/earthly.sh as done in mongodb/libmongocrypt#911.

The Ubuntu 20.04 distro is dropped from the list due to the following obtuse error:

Error saving credentials: error storing credentials - err: exit status 1, out: `not implemented`

@eramongodb eramongodb requested a review from kevinAlbs November 18, 2024 17:41
@eramongodb eramongodb self-assigned this Nov 18, 2024
Copy link
Copy Markdown
Collaborator

@kevinAlbs kevinAlbs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, and thank you. This reminded me the step to authenticate was needed. Updated the libmongocrypt PR accordingly.

@eramongodb eramongodb merged commit 9c0a2f5 into mongodb:master Nov 18, 2024
@eramongodb eramongodb deleted the cdriver-docker branch November 18, 2024 18:19
kevinAlbs added a commit to kevinAlbs/libmongocrypt that referenced this pull request Nov 18, 2024
To avoid "not implemented" error referenced in mongodb/mongo-c-driver#1794
kevinAlbs added a commit to mongodb/libmongocrypt that referenced this pull request Nov 18, 2024
* replace dockerhub references with artifactory
* install `make` to build clang-format
* remove ubuntu2004 from docker distros.
  * Avoids "not implemented" error referenced in mongodb/mongo-c-driver#1794
* replace ubuntu1804 with ubuntu2204 in docker distros
  * Agrees with Evergreen distro best practices.
* pass `--persist-build=false` to avoid internal use of Docker Hub
joshbsiegel pushed a commit to joshbsiegel/libmongocrypt that referenced this pull request Nov 18, 2024
* replace dockerhub references with artifactory
* install `make` to build clang-format
* remove ubuntu2004 from docker distros.
  * Avoids "not implemented" error referenced in mongodb/mongo-c-driver#1794
* replace ubuntu1804 with ubuntu2204 in docker distros
  * Agrees with Evergreen distro best practices.
* pass `--persist-build=false` to avoid internal use of Docker Hub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants